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

03--More_About_Jekyll.md Ari Gonzalez #69

Closed
24 tasks done
AriGonzo opened this issue Sep 24, 2014 · 4 comments
Closed
24 tasks done

03--More_About_Jekyll.md Ari Gonzalez #69

AriGonzo opened this issue Sep 24, 2014 · 4 comments

Comments

@AriGonzo
Copy link

  • Practice terminal commands:
  • Make a list of the terminal commands that we have covered...
    • Follow the instructions in TheIronYard--Orlando/FEE--2014--FALL#63
    • Collaborate!
  • Trick out your Github pages with a Jekyll theme...
    • Create a new branch for this work based on master
      • Check out the master branch again.
      • Create a new branch named feature/jekyll-theme.
      • Check out the new feature/jekyll-theme branch.
    • Convert index.html into a simple Jekyll template...
      • Create an index.md file in the project root.
      • Take everything from the middle of index.html, rewrite in Markdown, put into index.md
      • Create a folder in project root called _layouts.
      • Move the index.html file into _layouts/default.html.
      • Try to rebuild your site with jekyll build; what happens? Comment on this...
      • Replace the "middle" of index.html with {{content}}
      • Build your site with jekyll build; what happens? Comment on this...
    • Push to Github; open a PR; link your PR to your issue.
    • Edit your index.md file to link your posts using Markdown (and server-relative URLs).
    • Commit and push these changes to Github; what happens to your PR? Comment on this...
  • Write a post about today in your Github Pages blog...
    • Add a new file to your _posts directory in C9, write stuff!
    • Rebuild your site with Jekyll and check out the awesome via C9!
    • Push your post to Github and check it out on your website!
    • Add a link to your blog post into your issue!
    • Add a link to your blog post to your index.md file!
    • Push to Github!
@AriGonzo
Copy link
Author

See pull request: AriGonzo/AriGonzo.github.io#1

@AriGonzo
Copy link
Author

@AriGonzo
Copy link
Author

When I commited to the branch that had an open pull request, the additional commits were added on to the pull request to be merged as well.

@al-the-x
Copy link
Contributor

Practice?

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

No branches or pull requests

2 participants