{"id":14979226,"url":"https://github.com/tocttou/hacker-blog","last_synced_at":"2025-04-12T19:50:00.131Z","repository":{"id":37666913,"uuid":"114042864","full_name":"tocttou/hacker-blog","owner":"tocttou","description":"Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. https://ashishchaudhary.in/hacker-blog","archived":false,"fork":false,"pushed_at":"2024-08-13T00:02:21.000Z","size":32,"stargazers_count":319,"open_issues_count":6,"forks_count":566,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T19:49:55.741Z","etag":null,"topics":["jekyll","jekyll-blog","jekyll-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tocttou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2017-12-12T21:51:39.000Z","updated_at":"2025-04-09T17:57:27.000Z","dependencies_parsed_at":"2024-09-24T02:31:14.445Z","dependency_job_id":"60ef9a09-d4f0-485b-9c0f-a0574b1f5641","html_url":"https://github.com/tocttou/hacker-blog","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.5,"last_synced_commit":"a0d9d6cf12d2d5800fba1df33fb5ea1b09fbfc31"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tocttou%2Fhacker-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tocttou%2Fhacker-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tocttou%2Fhacker-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tocttou%2Fhacker-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tocttou","download_url":"https://codeload.github.com/tocttou/hacker-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"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":["jekyll","jekyll-blog","jekyll-theme"],"created_at":"2024-09-24T13:59:38.197Z","updated_at":"2025-04-12T19:50:00.112Z","avatar_url":"https://github.com/tocttou.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Hacker-Blog theme\n\n*Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. It is based on the [hacker theme](https://github.com/pages-themes/hacker) for project pages.*\n\nDemo: [https://ashishchaudhary.in/hacker-blog](https://ashishchaudhary.in/hacker-blog)\n\n### Included\n\n1. Pagination\n2. SEO tags\n3. Archive Page\n4. About Page\n5. RSS (`https://base-url/atom`)\n6. Sitemap (`https://base-url/sitemap`)\n7. Google Analytics (optional)\n\n## Usage\n\n1. Fork and Clone this repository\n2. Customize your blog\n3. Add a new post in `_posts/` directory with proper name format (as shown in placeholder posts)\n4. Commit and push to master on a repository named `\u003cgithubusername.github.io\u003e`.\n5. Visit `\u003cgithubusername\u003e.github.io`\n\n## Local Build\n\nIf you want to see the changes before pushing the blog to Github, do a local build.\n\n1. [`gem install jekyll`](https://jekyllrb.com/docs/installation/#install-with-rubygems)\n2. `gem install jekyll-seo-tag`\n3. `gem install jekyll-paginate`\n4. `gem install jekyll-sitemap`\n5. (`cd` to the blog directory, then:) `jekyll serve --watch --port 8000`\n6. Go to `http://0.0.0.0:8000/` in your web browser.\n\n*Note: In case you have set a `baseurl` different than `/` in `_config.yml`, go to `http://0.0.0.0:8000/BASEURL/` instead.*\n\n### Local build using docker\n\n```bash\ndocker run --rm -p 8000:8000 \\\n  --volume=\"LOCATION_OF_YOUR_JEKYLL_BLOG:/srv/jekyll\" \\\n  -it tocttou/jekyll:3.5 \\\n  jekyll serve --watch --port 8000\n```\n\nReplace `LOCATION_OF_YOUR_JEKYLL_BLOG` with the full path of your blog repository. Visit `http://localhost:8000/` to access the blog.\n\n*Note: In case you have set a `baseurl` different than `/` in `_config.yml`, go to `http://0.0.0.0:8000/BASEURL/` instead.*\n\n## Customizing\n\n### Configuration variables\n\nEdit the `_config.yml` file and set the following variables:\n\n```yml\ntitle: [The title of your blog]\ndescription: [A short description of your blog's purpose]\nauthor:\n  name: [Your name]\n  email: [Your email address]\n  url: [URL of your website]\n\nbaseurl: [The base url for this blog.]\n\npaginate: [Number of posts in one paginated section (default: 3)]\nowner: [Your name]\nyear: [Current Year]\n```\n\n*Note: All links in the site are prepended with `baseurl`. Default `baseurl` is `/`. Any other baseurl can be setup like `baseurl: /hacker-blog`, which makes the site available at `http://domain.name/hacker-blog`.*\n\nAdditionally, you may choose to set the following optional variables:\n\n```yml\ngoogle_analytics: [Your Google Analytics tracking ID]\n```\n\n### About Page\n\nEdit `about.md`\n\n### Layout\n\nIf you would like to modify the site style:\n\n**HTML**\n\nFooter: Edit `_includes/footer.html`\n\nHeader: Edit `_includes/header.html`\n\nLinks in the header: Edit `_includes/links.html`\n\nMeta tags, blog title display, and additional CSS: Edit `_includes/head.html`\n\nIndex page layout: Edit `_layouts/default.html`\n\nPost layout: Edit `_layouts/post.html`\n\n**CSS**\n\nSite wide CSS: Edit `_sass/base.scss`\n\nCustom CSS: Make `_sass/custom.scss` and use it. Then add `@import \"custom\";` to `css/main.scss`\n\n**404 page**\n\nEdit `404.md`\n\n## License\n\nCC0 1.0 Universal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftocttou%2Fhacker-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftocttou%2Fhacker-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftocttou%2Fhacker-blog/lists"}