Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e9t/courses
Course pages
https://github.com/e9t/courses
business-intelligence data-mining
Last synced: about 16 hours ago
JSON representation
Course pages
- Host: GitHub
- URL: https://github.com/e9t/courses
- Owner: e9t
- Created: 2015-02-26T03:39:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T06:43:58.000Z (about 5 years ago)
- Last Synced: 2023-04-05T06:04:23.606Z (over 1 year ago)
- Topics: business-intelligence, data-mining
- Language: HTML
- Homepage: http://lucypark.kr/courses
- Size: 176 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course pages
## Generation
git init
pelican-quickstart> Where do you want to create your new web site? [.]
> What will be the title of this web site? Course pages - Lucy Park
> Who will be the author of this web site? Lucy Park
> What will be the default language of this web site? [en]
> Do you want to specify a URL prefix? e.g., http://example.com (Y/n) y
> What is your URL prefix? (see above example; no trailing slash) http://lucypark.kr/courses
> Do you want to enable article pagination? (Y/n) y
> How many articles per page do you want? [10]
> Do you want to generate a Fabfile/Makefile to automate generation and publishing? (Y/n) y
> Do you want an auto-reload & simpleHTTP script to assist with theme and site development? (Y/n) y
> Do you want to upload your website using FTP? (y/N) n
> Do you want to upload your website using SSH? (y/N) n
> Do you want to upload your website using Dropbox? (y/N) n
> Do you want to upload your website using S3? (y/N) n
> Do you want to upload your website using Rackspace Cloud Files? (y/N) n
> Do you want to upload your website using GitHub Pages? (y/N) y
> Is this your personal page (username.github.io)? (y/N) nsudo pelican-themes --install ~/dev/pkgs/python/pelican-themes/aboutwilson --verbose
pelican source/content -s source/pelicanconf.py## Requirements
pip install -r requirements
## Run
# local
make regenerate; make serve# remote
make publish; make github