{"id":15713284,"url":"https://github.com/timothygu/test","last_synced_at":"2025-03-30T18:44:08.182Z","repository":{"id":25220751,"uuid":"28645001","full_name":"TimothyGu/test","owner":"TimothyGu","description":null,"archived":false,"fork":false,"pushed_at":"2015-01-27T18:31:59.000Z","size":1760,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2025-02-05T21:02:22.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimothyGu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-30T20:52:34.000Z","updated_at":"2015-01-04T07:51:35.000Z","dependencies_parsed_at":"2022-08-06T03:15:54.609Z","dependency_job_id":null,"html_url":"https://github.com/TimothyGu/test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Ftest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Ftest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Ftest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Ftest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimothyGu","download_url":"https://codeload.github.com/TimothyGu/test/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365639,"owners_count":20765546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T21:22:07.875Z","updated_at":"2025-03-30T18:44:08.105Z","avatar_url":"https://github.com/TimothyGu.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixyll\n\n[pixyll.com](http://www.pixyll.com)\n\n![Pixyll screenshot](https://cloud.githubusercontent.com/assets/1424573/3847467/134aa236-1e66-11e4-8421-4e8c122118dc.png)\n\nPixyll is a simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff. It's mobile _first_, fluidly responsive, and delightfully lightweight.\n\nIt's pretty minimal, but leverages large type and drastic contrast to make a statement, on all devices.\n\nThis Jekyll theme was crafted with \u003c3 by [John Otander](http://johnotander.com)\n([@4lpine](https://twitter.com/4lpine)).\n\n中文版 \u003chttps://github.com/ee0703/pixyll-zh-cn\u003e.\n\n## Getting Started\n\nIf you're completely new to Jekyll, I recommend checking out the documentation at \u003chttp://jekyllrb.com\u003e or there's a tutorial by [Smashing Magazine](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/).\n\n### Installing Jekyll\n\nIf you don't have Jekyll already installed, you will need to go ahead and do that.\n\n```\n$ gem install jekyll\n```\n\n#### Verify your Jekyll version\n\nIt's important to also check your version of Jekyll since this project uses Native Sass which\nis [only supported by 2.0+](http://jekyllrb.com/news/2014/05/06/jekyll-turns-2-0-0/).\n\n```\n$ jekyll -v\n# This should be jekyll 2.0.0 or later\n```\n\n### Fork, then clone\n\nFork the repo, and then clone it so you've got the code locally.\n\n### Modify the _config.yml\n\nThe `_config.yml` located in the root of the Pixyll directory contains all of the configuration details\nfor the Jekyll site. The defaults are:\n\n```yml\n# Site settings\ntitle: Pixyll\nemail: your_email@example.com\nauthor: John Otander\ndescription: \"A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff.\"\nbaseurl: \"\"\nurl: \"http://pixyll.com\"\n\n# Build settings\nmarkdown: kramdown\npermalink: pretty\npaginate: 3\n```\n\n### Jekyll Serve\n\nThen, start the Jekyll Server. I always like to give the `--watch` option so it updates the generated HTML when I make changes.\n\n```\n$ jekyll serve --watch\n```\n\nNow you can navigate to `localhost:4000` in your browser to see the site.\n\n### Using Github Pages\n\nYou can host your Jekyll site for free with Github Pages. [Click here](https://pages.github.com/) for more information.\n\n#### A configuration tweak if you're using a gh-pages sub-folder\n\nIn addition to your github-username.github.io repo that maps to the root url, you can serve up sites by using a gh-pages branch for other repos so they're available at github-username.github.io/repo-name.\n\nThis will require you to modify the `_config.yml` like so:\n\n```yml\n# Site settings\ntitle: Repo Name\nemail: your_email@example.com\nauthor: John Otander\ndescription: \"Repo description\"\nbaseurl: \"/repo-name\"\nurl: \"http://github-username.github.io\"\n\n# Build settings\nmarkdown: kramdown\npermalink: pretty\npaginate: 3\n```\n\nThis will ensure that the the correct relative path is constructed for your assets and posts. Also, in order to run the project locally, you will need to specify the blank string for the baseurl: `$ jekyll serve --baseurl ''`.\n\n##### If you don't want the header to link back to the root url\n\nYou will also need to tweak the header include `/{{ site.baseurl }}`:\n\n```html\n\u003cheader class=\"site-header px2 px-responsive\"\u003e\n  \u003cdiv class=\"mt2 wrap\"\u003e\n    \u003cdiv class=\"measure\"\u003e\n      \u003ca href=\"{{ site.url }}/{{ site.baseurl }}\"\u003e{{ site.title }}\u003c/a\u003e\n      \u003cnav class=\"site-nav right\"\u003e\n        {% include navigation.html %}\n      \u003c/nav\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/header\u003e\n```\n\nA relevant Jekyll Github Issue: \u003chttps://github.com/jekyll/jekyll/issues/332\u003e\n\n### Contact Form\n\nIf you'd like to keep the contact form, which uses \u003chttp://forms.brace.io/\u003e, you will need to update the email address.\n\nCurrently, the `contact.md` has the following:\n\n```html\n\u003cform action=\"https://forms.brace.io/johnotander@icloud.com\" method=\"POST\" class=\"form-stacked form-light\"\u003e\n```\n\nWhere it says `johnotander@icloud.com`, you will need to change that to the email that you wish to have the form data sent to. It will require you to fill the form out when you push it live for the first time so that you can confirm your email.\n\n### Page Animation\n\nIf you would like to add a [fade-in-down effect](http://daneden.github.io/animate.css/), you can add `animated: true` to your `_config.yml`.\n\n### Put in a Pixyll Plug\n\nIf you want to give credit to the Pixyll theme with a link to \u003chttp://pixyll.com\u003e or my personal website \u003chttp://johnotander.com\u003e somewhere, that'd be awesome. No worries if you don't.\n\n### Enjoy\n\nI hope you enjoy using Pixyll. If you encounter any issues, please feel free to let me know by creating an [issue](https://github.com/johnotander/pixyll/issues). I'd love to help.\n\n## Upgrading Pixyll\n\nPixyll is always being improved by its users, so sometimes one may need to upgrade.\n\n#### Ensure there's an upstream remote\n\nIf `git remote -v` doesn't have an upstream listed, you can do the following to add it:\n\n```\ngit remote add upstream https://github.com/johnotander/pixyll.git\n```\n\n#### Pull in the latest changes\n\n```\ngit pull upstream master\n```\n\nThere may be merge conflicts, so be sure to fix the files that git lists if they occur. That's it!\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Thanks to the following:\n\n* [BASSCSS](http://basscss.com)\n* [Jekyll](http://jekyllrb.com)\n* [Refills](http://refills.bourbon.io/)\n* [Solarized](http://ethanschoonover.com/solarized)\n* [Animate.css](http://daneden.github.io/animate.css/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothygu%2Ftest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothygu%2Ftest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothygu%2Ftest/lists"}