{"id":13487051,"url":"https://github.com/huangyz0918/moving","last_synced_at":"2025-04-13T00:38:45.135Z","repository":{"id":45085736,"uuid":"203695531","full_name":"huangyz0918/moving","owner":"huangyz0918","description":"A clean and minimalist theme for Jekyll.","archived":false,"fork":false,"pushed_at":"2025-01-17T05:08:18.000Z","size":3496,"stargazers_count":843,"open_issues_count":4,"forks_count":91,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-13T00:38:33.253Z","etag":null,"topics":["blog","blog-theme","jekyll","jekyll-template","jekyll-theme","jekyll-themes"],"latest_commit_sha":null,"homepage":"http://huangyz.name/moving","language":"SCSS","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/huangyz0918.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-22T02:00:35.000Z","updated_at":"2025-04-09T01:36:19.000Z","dependencies_parsed_at":"2025-02-08T02:10:39.540Z","dependency_job_id":null,"html_url":"https://github.com/huangyz0918/moving","commit_stats":{"total_commits":90,"total_committers":6,"mean_commits":15.0,"dds":0.0888888888888889,"last_synced_commit":"4a2278499087af63f0637e1014ca4423f3648dfd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyz0918%2Fmoving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyz0918%2Fmoving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyz0918%2Fmoving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyz0918%2Fmoving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huangyz0918","download_url":"https://codeload.github.com/huangyz0918/moving/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650414,"owners_count":21139671,"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":["blog","blog-theme","jekyll","jekyll-template","jekyll-theme","jekyll-themes"],"created_at":"2024-07-31T18:00:54.813Z","updated_at":"2025-04-13T00:38:45.101Z","avatar_url":"https://github.com/huangyz0918.png","language":"SCSS","funding_links":["https://www.paypal.me/huangyz0918"],"categories":["SCSS"],"sub_categories":[],"readme":"# moving\n\n[![Gem Version](https://badge.fury.io/rb/moving.svg)](https://badge.fury.io/rb/moving) ![](https://img.shields.io/gem/dt/moving)\n\nMoving is a clean and minimalist theme for [Jekyll](https://jekyllrb.com/), focusing on pure and efficient writing. [[view demo]](https://huangyz.name/moving/)\n\n\n![](./.github/banner.png)\n\nIf you enjoy this theme, you can buy me a coffee : )\n\n[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/huangyz0918)\n\n## Installation\n\n### New Blog\n\nIf you want to create a new blog using moving. You can follow these steps after setting up the [Jekyll](https://jekyllrb.com) environments:\n\nClone this repository:\n\n```bash\ngit clone https://github.com/huangyz0918/moving.git\n```\n\nMove into that directory:\n\n```bash\ncd moving/\n```\n\nInstall required gems using `bundle`:\n\n```bash\nbundle install\n```\n\nRun the blog in localhost\n\n```bash\njekyll serve\n```\n\nOnce you successfully run the moving blog, you can modify the theme and add posts by yourself, have fun!\n\n### Add Moving to an Existing Blog\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"moving\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: moving\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install moving\n\n### Deploy to Github Pages\n\n:warning: If you want to publish your site in [Github Pages](https://pages.github.com/). Change `theme: xxx` in `_config.yml` to `remote_theme: huangyz0918/moving` then push to your github repo (this is important, or you will get an error from github pages that not support the moving theme). If you want to test your site locally, you can change that to `theme: moving` and build again.\n\nHere is an [example](https://github.com/huangyz0918/personal-page-blog) for Github Pages.\n\n## Usage\n\nYou can modify the `_config.yml` to custom your blog. An example is if you want to change the back button's text in each post, you can change the `back_to`.\n\n```yaml\ntitle: Moving # The title of the blog\nauthor: Your Name # Your name\nemail: your-email@domain.com # your email shown in the footer\nurl: https://huangyz.name/moving/ # this is your site's root address.\ndescription: \u003e # this means to ignore newlines until \"show_excerpts:\"\n  A clean and minimalist theme for Jekyll.\nfavicon: \"./favicon.ico\" # set the favicon of the site\nshow_excerpts: false # set to true to show excerpts on the homepage\n\n# Moving date format\n# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this\nmoving:\n  avatar_url: \"https://i.loli.net/2019/08/26/JzCLhDWPEybZr2T.jpg\" # avatar in about page\n  about_you: a short description about you. # short description about you in about page\n  date_format: \"%b %d\" # date format of posts in home page\n  back_to: \"Home\" # In the post page, you have a back button above the title, you can custom the text by yourself.\n\n# Build settings\ntheme: moving # note, please use huangyz0918/moving if you want to publish to Github Pages.\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [here](https://github.com/huangyz0918/moving). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `moving.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangyz0918%2Fmoving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangyz0918%2Fmoving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangyz0918%2Fmoving/lists"}