Skip to content

shamansir/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is the mynt sources of my 'No Word about Onion' blog: English version | Russian version.

In fact, this one is implemented with a bit modified version of mynt.

If you (ever) want to run this locally, you'll need to:

  1. Clone this blog repository:

     git clone git@github.com:shamansir/blog.git
    
  2. Then clone my fork of mynt:

     git clone git@github.com:shamansir/mynt.git
    
  3. Run there this command:

     cd ./mynt
     python setup.py install
    
  4. Run make from the blog directory at least once (if it won't find sass binary, that's ok, just procced to next step):

     cd ./blog
     make
    
  5. Install Compass, to use it from command-line (or CodeKit to compile SASS files on the fly)

    • Configure it to compile .sass-files from ./blog/shared/_assets/css/_sass/ directory to both:
      • ./blog/.site/assets/css directory
      • ./blog/.site/ru/assets/css directory
  6. Run make serve or make watch from the blog directory, so it will host a version of blog at http://127.0.0.1:8080/, and Compass/CodeKit will be watching for changes of .sass-files

     cd ./blog
     make serve
    

About

✌️ My Mynt blog [Actual version]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published