Giter Site home page Giter Site logo

rosetree / plasisent.org Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 35.58 MB

Archive :warning: previously: Code and content of my blog; build with ♥ and Nanoc.

HTML 84.56% Ruby 6.05% CSS 3.43% PHP 0.69% Makefile 0.44% Dockerfile 0.29% Haml 1.55% SCSS 2.89% Shell 0.10%

plasisent.org's Introduction

⚠️ this is no longer maintained

Archive of plasisent.org

This was the source code of my blog plasisent.org. It used:

  • The static site generator Nanoc.
  • kramdown to compile markdown.
  • SASS as CSS preprocessor.
  • HAML to create the layout.

Markdown-Style

  • Try to be as compatible as possible.
  • Break Markdown at column 80, except when doing an HTML block.

plasisent.org's People

Contributors

dependabot[bot] avatar rosetree avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

plasisent.org's Issues

Article handling should be easier

It should be a little bit easier to handle the content files. AFAIK there are only two small points, that need to be done, to achieve this goal:

  1. Merge meta information files into the content files, so there is only one file per page.
  2. Prefer single files over folders. As a small example use content/blogroll.md instead of content/blogroll/index.md when there are no sub-pages.

Add web-feed for all categories and tags

There should be feeds for those who don't want to be notified of every single article (#3). Maybe someone is interested in everything written about surveillance, but doesn't care about anything related to the blog.

This should be generalized, so that I don't have to maintain duplicate code.

Improve readability on mobile devices

At the moment the readability is okay, I think, as I didn't optimize anything. But I definitely have to improve readability. The homepage looks fine to me, but not the articles detail pages. I guess adding an initial-width could be enough as a first step.

As I'm not a mobile native, any suggestions are welcome.

Make use of HTML5 elements

Nearly a month ago I started to use <aside> in this blog (03bbe54). This is has been a good first step, but I should continue to use more HTML5 elements.

Doubled <figure> on the homepage

This blog filters posts for images and makes their alt attribute available as <figcaption>. On pages, that include compiled posts (e.g. index.html) those generated captions are added twice. This should be prevented.

Migrate to nanoc 4.1

Nanoc 4.1 will be available in the near future. I should migrate this blog to the newest version.

Generate categories from tags

Currently, I have to add a single category to my posts. I think that doesn’t
make any sense. Well it does but I think there is a much more effective way
for categorization.

I assign tags (topics) to every new post. A category could be a collection of
some topics. As an example, a post about GnuPG does belong to Free
Software
and Cryptography. This should happen automatically.

Create a cache of previous and next links

Generating those links on compilation is so phenomenal slow, that I don't want to do it that way. I want to create YAML files with list of articles and archives in the correct order, so it's possible to use them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.