{"id":15288554,"url":"https://github.com/thundergolfer/junior-theme","last_synced_at":"2025-06-14T14:06:20.912Z","repository":{"id":40233149,"uuid":"83890948","full_name":"thundergolfer/junior-theme","owner":"thundergolfer","description":":black_circle: A striking black and white theme for Jekyll. Built as a developer blog + portfolio.","archived":false,"fork":false,"pushed_at":"2023-04-12T05:37:02.000Z","size":21225,"stargazers_count":81,"open_issues_count":12,"forks_count":44,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T23:43:06.109Z","etag":null,"topics":["blog-theme","jekyll","jekyll-theme","portfolio-template","portfolio-website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thundergolfer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-04T12:12:50.000Z","updated_at":"2025-05-02T05:27:20.000Z","dependencies_parsed_at":"2025-04-09T18:29:42.948Z","dependency_job_id":null,"html_url":"https://github.com/thundergolfer/junior-theme","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thundergolfer/junior-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thundergolfer%2Fjunior-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thundergolfer%2Fjunior-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thundergolfer%2Fjunior-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thundergolfer%2Fjunior-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thundergolfer","download_url":"https://codeload.github.com/thundergolfer/junior-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thundergolfer%2Fjunior-theme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259827648,"owners_count":22917711,"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-theme","jekyll","jekyll-theme","portfolio-template","portfolio-website"],"created_at":"2024-09-30T15:49:58.050Z","updated_at":"2025-06-14T14:06:20.868Z","avatar_url":"https://github.com/thundergolfer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"mockups/rsz_junior.png\"/\u003e\n\u003c/p\u003e\n\n# Junior\n-----\n\n*Junior* is a blog/portfolio theme for [Jekyll](http://jekyllrb.com), the static site generator. It's designed and developed by [@jonobelotti_IO](https://twitter.com/jonobelotti_IO).\n\n\n## Contents\n\n- [Features](#features)\n- [Preview](#preview)\n- [Usage](#usage)\n- [Options](#options)\n  - [Rems, `font-size`, and scaling](#rems-font-size-and-scaling)\n- [Development](#development)\n- [Author](#author)\n- [License](#license)\n\n## Features\n\n- Blog/Technical posts, with support for code syntax highlighting, `LaTeX` markup, images, footnotes, and font color-highlighting\n- 'Portfolio' section, which emphasises large-image content\n- Markdown resumé, with support for fast and easy PDF printing\n- Connects to your Github profile via their API, in order to display open-source work\n- RSS Feed\n- Contact page, with anti-spam protection\n- Smooth CSS transition elements, and a nice B\u0026W theme\n\n## Preview\n\n\u003e **Note:** These images may be outdated.\n\n##### Landing Page\n\n![Junior main page](mockups/junior-front-page.png)\n\n##### Dropdown Menu\n\n![Junior menu dropdown](mockups/junior-menu.png)\n\n##### Example Blog Post\n\n![Junior blog post](mockups/junior-post.png)\n\n##### Resumé\n\nAttractive, no-fuss resumé page that includes a PDF-print link (right) with CSS configured to ensure fidelity between screen and paper page.\n\n![Junior resumé](mockups/junior-resume.png)\n\n##### Open Source Showcase\n\nConnects, using Github's API, with your public profile and pulls your projects (ordered by Stars). Coming soon, you will also be able to showcase significant PRs. *Tag colours are also matched to the project's Github language colour-coding.*\n\n![Junior open source showcase](mockups/junior-open-source.png)\n\n##### Project Portfolio Visual Showcase\n\n![Junior visual portfolio](mockups/junior-main-portfolio.png)\n\n##### Project Page\n\n![Junior project page](mockups/junior-portfolio-single.png)\n\n##### About\n\n![Junior about](mockups/junior-about.png)\n\n##### Contact\n\n![Junior contact](mockups/junior-contact.png)\n\n## Usage\n\n### 1. Install dependencies\n\nPoole is built on Jekyll and uses its built-in SCSS compiler to generate our CSS. Before getting started, you'll need to install the Jekyll gem:\n\n```bash\n$ gem install jekyll\n```\n\n**Windows users:** Windows users have a bit more work to do, but luckily [@juthilo](https://github.com/juthilo) has your back with his [Run Jekyll on Windows](https://github.com/juthilo/run-jekyll-on-windows) guide.\n\n**Need syntax highlighting?** *Junior* includes support for Pygments or Rouge, so install your gem of choice to make use of the built-in styling. Read more about this [in the Jekyll docs](http://jekyllrb.com/docs/templates/#code_snippet_highlighting).\n\n### 2a. Quick start\n\nTo help anyone with any level of familiarity with Jekyll quickly get started, *Junior* includes everything you need for a basic Jekyll site. To that end, just download *Junior* and start up Jekyll.\n\n### 2b. Roll your own Jekyll site\n\nFolks wishing to use Jekyll's templates and styles can do so with a little bit of manual labor. Download *Junior* and then copy what you need (likely `_layouts/`, `*.html` files, `atom.xml` for RSS, and `public/` for CSS, JS, etc.).\n\n### 3. Running locally\n\nTo see your Jekyll site with *Junior* applied, start a Jekyll server. In Terminal, from `/junior-theme` (or whatever your Jekyll site's root directory is named):\n\n```bash\n\u003e jekyll serve # You might need \"bundle exec jekyll serve\"\n```\nOpen \u003chttp://localhost:4000\u003e in your browser, and voilà.\n\n### 4. Serving it up\n\nIf you host your code on GitHub, you can use [GitHub Pages](https://pages.github.com) to host your project.\n\n1. Fork this repo and switch to the `gh-pages` branch.\n  1. If you're [using a custom domain name](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages), modify the `CNAME` file to point to your new domain.\n  2. If you're not using a custom domain name, **modify the `baseurl` in `_config.yml`** to point to your GitHub Pages URL. Example: for a repo at `github.com/username/junior`, use `http://username.github.io/junior/`. **Be sure to include the trailing slash.**\n3. Done! Head to your GitHub Pages URL or custom domain.\n\nNo matter your production or hosting setup, be sure to verify the `baseurl` option file and `CNAME` settings. Not applying this correctly can mean broken styles on your site.\n\n## Options\n\n### Google Analytics\n\nIn `_config.yml` the option `google_analytics:` is left blank if you don't want to use Google Analytics. Add `true` if you want to use it, and replace `[[[TRACKING ID HERE]]]` with your \"Tracking ID\". You can get one of those for your new site [here](https://www.google.com/analytics). \n\n\n### Rems, `font-size`, and scaling\n\n*Junior* is built almost entirely with `rem`s (instead of pixels). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `\u003chtml\u003e`.\n\nBy default, we use the following:\n\n```css\nhtml {\n  font-size: 16px;\n  line-height: 1.5;\n}\n@media (min-width: 38em) {\n  html {\n    font-size: 20px;\n  }\n}\n\n```\n\nTo easily scale your site's typography and components, simply customize the base `font-size`s here.\n\n\n## Development\n\n*Junior* has two branches, but only one is used for active development.\n\n- `master` for development.  **All pull requests should be to submitted against `master`. Cheers**\n- `gh-pages` for the hosted site, which includes analytics tracking code. **Please avoid using this branch.**\n\nCSS is handled via Jeykll's built-in Sass compiler. Source Sass files are located in `_sass/`, included into `styles.scss`, and compile to `styles.css`.\n\n#### Running \n\n`bundle exec jekyll serve`\n\n## Credit\n\n* [Pixyll theme](https://github.com/johnotander/pixyll) was used as a base for development of this theme.\n* [Junior.IO's](http://www.junior.io/) website design served as inspiration for this theme's look.\n\n## License\n\nOpen sourced under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundergolfer%2Fjunior-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthundergolfer%2Fjunior-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundergolfer%2Fjunior-theme/lists"}