You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the index.html file to edit the config variables with yours below.
$.extend(spring.config,{// my blog titletitle: 'Spring',// my blog descriptiondesc: "A blog engine written by github issues [Fork me on GitHub](https://github.com/zhaoda/spring)",// my github usernameowner: 'zhaoda',// creator's usernamecreator: 'zhaoda',// the repository name on github for writting issuesrepo: 'spring',// custom pagepages: []})
Put your domain into the CNAME file if you have.
Commit your change and push it.
And then
Goto your repository settings page to turn on the Issues feature.
Browser this repository's issues page, like this https://github.com/your-username/your-repo-name/issues?state=open.
Click the New Issue button to just write some content as a new one blog.
Finally
Browser this repository's GitHub Pages url, like this http://your-username.github.io/your-repo-name, you will see your Spring blog, have a test.
And you're done!
The text was updated successfully, but these errors were encountered:
For the impatient, here's how to get a Spring blog site up and running.
First of all
Repository Name
.Secondly
index.html
file to edit the config variables with yours below.CNAME
file if you have.And then
Issues
feature.https://github.com/your-username/your-repo-name/issues?state=open
.New Issue
button to just write some content as a new one blog.Finally
http://your-username.github.io/your-repo-name
, you will see your Spring blog, have a test.The text was updated successfully, but these errors were encountered: