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

Themes #1

Open
rahulsh1 opened this issue May 4, 2015 · 2 comments
Open

Themes #1

rahulsh1 opened this issue May 4, 2015 · 2 comments

Comments

@rahulsh1
Copy link

rahulsh1 commented May 4, 2015

Could you give some pointers on how one goes about to apply one of the themes given here to simple_site?
Thanks for your work and your tutorial on how to use simple_site.

@kbroman
Copy link
Owner

kbroman commented May 4, 2015

I've not looked into themes; sorry.

@iurisegtovich
Copy link

@rahulsh1 I spent some time trying to mimic locally the build that github automatically makes with my README.md files and a given theme. here is what i was able to achieve:

obs: for the theme leap-day

  • AND NOT THE CONTENT OF
    https://github.com/mattgraham/leapday
  • this is like some sample page of the template developer and my limited knowledge was not able to make build with my content
  • replace the content of index.md below the three dahses

---
layout: default
---

with your content

  • run the comments described in the previewing section of the repo:
  • cd into the theme's directory
  • Run script/bootstrap to install the necessary dependencies
  • Run bundle exec jekyll serve to start the preview server
  • Visit localhost:4000 in your browser to preview the theme

now i see my page locally build as i see in the github built and deployed version

Note: I haven't completely figured out how to work with github pages, local jekyll builds and themes, but I Got That Goin For Me Which Is Nice, and i hope it helps you somehow

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

3 participants