Skip to content

tmorgan4/outlace.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlace

Pelican project for (outlace.com)[outlace.com] blog

To add a blog page

  • Add jupyter notebook to /pelican/content directory
  • Add meta jupyter notebook file (same name with suffix -meta) in /pelican/content
  • Generate template files
# must be in /pelican directory
pelican content -o .. -s pelicanconf.py
  • Just push to master
git push origin master

Run blog locally

To start server on local computer, first cd into the root directory and then run the following command

python -m pelican.server

Server starts on http://localhost:8000/

About

Machine learning and data science blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.7%
  • Jupyter Notebook 35.1%
  • Python 0.6%
  • JavaScript 0.3%
  • CSS 0.2%
  • Makefile 0.1%