Skip to content

cagil-gumus/cagil-gumus.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install "pelican[markdown]" # install the optional dependencies for Markdown
pip install ghp-import          # Makes life easier to deploy to gh-pages branch

Writing Content

  • Create subfolders for the Categories and add <blog_post>.md.
  • Render the HTML
    • pelican content -o output -s pelicanconf.py w/ GitHub Pages URL
    • pelican content -o output -s pelicanconf.py -e RELATIVE_URLS='"True"' to render for localhost access
  • pelican --autoreload --listen & to host http_server
  • ghp-import output -b gh-pages to upload changes to gh-pages branch
  • git push origin gh-pages to publish

Here is the website: https://cagil-gumus.github.io/

TODOs:

  • Don't push raw photos. Use hosting site instead. You only have 1GB of storage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published