Skip to content

Files

Latest commit

 

History

History
20 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 460 Bytes

fsantiago.info Build Status

My personal blog built using Pelican!

Usage

Writing content

Use the following command to start writing an article.

make article

Testing the changes

Start the server at port 8000:

# changes in the .md files are automatically loaded
make devserver

Stop the server:

make stopserver