Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to gnerate the static site's root dir in my linux vps? #5

Open
luckypoem opened this issue Apr 20, 2014 · 3 comments
Open

how to gnerate the static site's root dir in my linux vps? #5

luckypoem opened this issue Apr 20, 2014 · 3 comments

Comments

@luckypoem
Copy link

hi.
as3:~/voldemort/foobarnbaz.com-site# voldemort --deploy
--> Voldemort working at /root/voldemort/foobarnbaz.com-site
--> Adding template directories to environment
--> Initializing voldemort filters
--> Pushing updates to semk.github.com
--> Adding [email protected]:semk/semk.github.com.git as a submodule
'/root/voldemort/foobarnbaz.com-site/_site' already exists in the index

On branch master

Untracked files:

(use "git add ..." to include in what will be committed)

../posts/test1.markdown

nothing added to commit but untracked files present (use "git add" to track)
as3:~/voldemort/foobarnbaz.com-site#

can u update ur app in order to provide such command as "voldemort --build" or "voldemort --generate" to gnerate the static site's root dir in the linux vps??
tks a lot.

@semk
Copy link
Owner

semk commented Apr 24, 2014

Hi,

To generate the static site, simply run voldemort without any arguments.

You might want to edit the settings.yaml file and change the deploy attributes such as user, at and to before issuing the --deploy command. Or just simply use

voldemort --deploy -u <your-vps-username> -a <your-vps-domain> -t <path-in-vps-to-deploy>

@luckypoem
Copy link
Author

hi.
now i installed it: http://vdm.briteming.fm.pe/, but the posts order is not arranged as per the publishing time,for example,this post http://vdm.briteming.fm.pe/2014/04/25/mothers-kiss is published after the post
http://vdm.briteming.fm.pe/2014/04/25/test2 ,
http://vdm.briteming.fm.pe/2014/04/25/mothers-kiss should be above http://vdm.briteming.fm.pe/2014/04/25/test2,but it's not.so how to correct the posts order?

@semk
Copy link
Owner

semk commented Apr 25, 2014

Hi,

Currently Voldemort orders the posts only by date not time. I will work on
the fix and will let you know.

Thanks for reporting :-)
On Apr 25, 2014 3:56 PM, "luckypoem" [email protected] wrote:

hi.
now i installed it: http://vdm.briteming.fm.pe/, but the posts order is
not arranged as per the publishing time,for example,this post
http://vdm.briteming.fm.pe/2014/04/25/mothers-kiss is published after the
post
http://vdm.briteming.fm.pe/2014/04/25/test2 ,
http://vdm.briteming.fm.pe/2014/04/25/mothers-kiss should be above
http://vdm.briteming.fm.pe/2014/04/25/test2,but it's not.so how to
correct the posts order?


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-41378768
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants