Giter VIP home page Giter VIP logo

gude's Introduction

Gude

What is Gude?

Gude is a simple static site generator, written in Python.

  • Simple, very easy to use
  • Work with GIT & GitHub
  • Completely static output

Gude

Installation

git clone git://github.com/JinnLynn/gude.git && cd gude && python setup.py install

USAGE

create a new gude site

gude init [-h|-f]

configuring gude site

edit site.yaml for public settings and privacy.yaml for private settings, here are example: site-example.yaml privacy-example.yaml

add new article

gude add -t "TITLE" -f "FILENAME" [--status "STATUS"] [--layout "LAYOUT"] [--html]

build site

gude build [-l|--local] [-p|--preview] [--less] [--less-compress] [-i|--info]

serve site

gude serve [-p PORT|--port PORT] [-s|--silent]

publish site

gude [-c|--clean] [-f|--force] [-b|--build]

backup site

gude [-c|--clean] [-f|--clean] [-r|--remote]

LICENSE

The MIT license.

For more information, please visit project page at http://jeeker.net/projects/gude/.

gude's People

Contributors

jinnlynn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gude's Issues

到底content目录下的md文件的格式是怎样的?

hi.

root@AR:/gude/gude-dir/content# nano 2015-12-06-test.md
root@AR:
/gude/gude-dir/content# cd ..
root@AR:/gude/gude-dir# ls
content deploy privacy.yaml README.md site.yaml static theme
root@AR:
/gude/gude-dir# gude build
Start building...
invalid article: config error 'content/2015-12-06-test.md'
Site build success.

root@AR:~/gude/gude-dir# cat content/2015-12-06-test.md

layout: layout
title: Hello world
date: 2015-12-06 13:47

category: misc

忘记了多早之前,我就开始喜欢折腾
root@AR:~/gude/gude-dir#

layout的值该怎么写?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.