steffenschroeder / steffen-schroeder.com

Personal Website of Steffen Schröder

Home Page:https://steffen-schroeder.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

make devserver

Stop:

make stopserver

Deploy: make github update the gh-pagesbranch automatically Better just push to master and let travis to the job

Adding code

By identing 4 spaces

Test
    This is code

Pygments without line numbers

Normal Text

    :::python
    def clean():
        """Remove generated files"""
         if os.path.isdir(DEPLOY_PATH):
            shutil.rmtree(DEPLOY_PATH)
            os.makedirs(DEPLOY_PATH)
            # Hello World

Pygments with line numbers

Normal Text

    #!python
    def clean():
        """Remove generated files"""
         if os.path.isdir(DEPLOY_PATH):
            shutil.rmtree(DEPLOY_PATH)
            os.makedirs(DEPLOY_PATH)
            # Hello World

Theme

Get information about the theme: http://gilsondev.in/pelican-clean-blog/

About

Personal Website of Steffen Schröder

https://steffen-schroeder.com/


Languages

Language:JavaScript 41.6%Language:HTML 39.7%Language:CSS 9.3%Language:Python 5.8%Language:Makefile 3.7%