Skip to content

Instantly share code, notes, and snippets.

@StartZeroGnu
Last active October 14, 2016 08:26
Show Gist options
  • Save StartZeroGnu/c751c7de8f0c5f93c69ac243f6a7522b to your computer and use it in GitHub Desktop.
Save StartZeroGnu/c751c7de8f0c5f93c69ac243f6a7522b to your computer and use it in GitHub Desktop.
~ $ mkdir new-alembic-test
~ $ cd new-alembic-test

Download demo folder

copy/paste all files from demo folder

$ bundle install

$ bundle exec jekyll s

it works!!!

config.yml

  • url url: "http://startzerognu.neocities.org"
  • baseurl baseurl: "/alembic"

$ JEKYLL_ENV=production bundle exec jekyll b

copy paste _site to neocities.org

── new-alembic-test
   ├── 404.md
   ├── blog
   │   └── index.html
   ├── _config.yml
   ├── elements.md
   ├── Gemfile
   ├── Gemfile.lock
   ├── index.md
   ├── _posts
   │   ├── 2016-08-27-example-post-one.md
   │   ├── 2016-08-28-example-post-two.md
   │   └── 2016-08-29-example-post-three.md
   └── _site
       ├── 404.html
       ├── assets
       │   ├── placeholder-logo.svg
       │   ├── placeholder-social.png
       │   └── styles.css
       ├── blog
       │   ├── index.html
       │   ├── page2
       │   │   └── index.html
       │   └── posts
       │       ├── example-post-one.html
       │       ├── example-post-three.html
       │       └── example-post-two.html
       ├── elements
       │   └── index.html
       ├── feed.xml
       ├── feed.xslt.xml
       ├── index.html
       └── sitemap.xml

DEMO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment