elbouillon / dev

dev log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

See my Dev Blog.

Mostly notes for myself in a Blog-esque presentation.

Uses mkdocs to generate a list of Blog-like entries. orderedlist is used for the theme.

Compilation

$ mkdocs build
$ mkdocs serve

Workflow

As a convention, each blog entry is stored in it's own Markdown file, with a timestamp at the end in the form:

###### YYYY-MM-DD

The compilation workflow is pretty clunky. To test local, make sure the base variable in mkdocs.yml is set to "/". For production deployment, set the base variable to "/dev".

Make sure to update a new entry in:

  • wiki/home.md
  • wiki/Home.textile
  • wiki/_Sidebar.textile
  • dev_theme/base.html
  • mkdocs.yml

Probably only the base.html, home.md and mkdocs.yml are actually needed. The others were a hold over from when I was trying to get things working under GitHub's wiki.

About

dev log

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 59.8%Language:Gnuplot 16.2%Language:G-code 12.2%Language:C++ 4.8%Language:HTML 1.8%Language:C 1.5%Language:Python 1.4%Language:OpenSCAD 1.2%Language:Shell 0.4%Language:CSS 0.4%Language:Makefile 0.2%Language:Dockerfile 0.0%Language:Mustache 0.0%