Skip to content

gnkl/gnkl.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Website Using Pelican

You can visit the website here.

Pelican is a python based static website generator.

Quickstart

To create a virtual environment with pelican:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# to configure the start of the website
pelican-quickstart

To generate and review website:

pelican content
pelican --listen

The repo provides a makefile commands for ease of use. Run make help to view them.

I have updated the makefiles to publish to the gh-pages branch everytime I run make github.

Here, I can view different themes. Some of my favourite are: nmnlist, Flex, genus, hyde.

Clone the theme locally, then run pelican-themes install <relative-path>. Currently, I am using mnmlist theme, and have changed colors to my needs.

Some tips:

About

Static website for my profile using Pelican

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published