Skip to content

san650/1982

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                       :::   ::::::::   ::::::::   ::::::::
                     :+:+:  :+:    :+: :+:    :+: :+:    :+:
                       +:+  +:+    +:+ +:+    +:+       +:+
                       +#+   +#++:++#+  +#++:++#      +#+
                       +#+         +#+ +#+    +#+   +#+
                       #+#  #+#    #+# #+#    #+#  #+#
                     ####### ########   ########  ##########

                                Blog generator

The idea is to create a simple blog generator using POSIX tools almost exclusively (except for the markdown conversion tool).

Installation

Dependencies

  • Makefile
  • m4
  • sed
  • markdown

Usage

To create a new post run

$ make new_post TITLE="My awesome post" AUTHOR="Santiago Ferreira"

Write your post and then generate the site

$ make build

This command will generate a dist/ folder with all your posts.

Customization

TBA

License

1982 is licensed under the MIT license.

See LICENSE for the full license text.

About

Really simple blog generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published