{"id":14979261,"url":"https://github.com/bdhu/minimalist","last_synced_at":"2025-04-05T09:10:08.129Z","repository":{"id":39566899,"uuid":"398920361","full_name":"BDHU/minimalist","owner":"BDHU","description":"Minimalist is a Jekyll theme inspired by the Minimal theme ","archived":false,"fork":false,"pushed_at":"2023-11-22T16:52:07.000Z","size":495,"stargazers_count":105,"open_issues_count":1,"forks_count":126,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T09:10:02.775Z","etag":null,"topics":["github-pages","jekyll","jekyll-site","jekyll-template","jekyll-theme"],"latest_commit_sha":null,"homepage":"https://www.bodunhu.com/minimalist/","language":"SCSS","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/BDHU.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":"2021-08-22T23:16:39.000Z","updated_at":"2025-04-05T07:36:42.000Z","dependencies_parsed_at":"2024-09-19T02:11:29.373Z","dependency_job_id":null,"html_url":"https://github.com/BDHU/minimalist","commit_stats":{"total_commits":50,"total_committers":5,"mean_commits":10.0,"dds":0.36,"last_synced_commit":"73c2d97168a631f96d92e9964f221ea08c895a08"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDHU%2Fminimalist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDHU%2Fminimalist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDHU%2Fminimalist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BDHU%2Fminimalist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BDHU","download_url":"https://codeload.github.com/BDHU/minimalist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312085,"owners_count":20918344,"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":["github-pages","jekyll","jekyll-site","jekyll-template","jekyll-theme"],"created_at":"2024-09-24T13:59:42.955Z","updated_at":"2025-04-05T09:10:07.433Z","avatar_url":"https://github.com/BDHU.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Minimalist theme\n\n*Minimalist is a Jekyll theme, inspired by the [Minimal](https://github.com/pages-themes/minimal) theme from GitHub. You can [preview the theme to see what it looks like](http://bdhu.github.io/minimalist), or even [use it today](#usage).*\n\n![Demo of Minimalist](https://raw.githubusercontent.com/BDHU/minimalist/main/minimalist.png)\n\n## Usage\n\n### Docker\n\nThe simplest way is to use a Docker container. For Docker installation instructions, please refer to the offical Docker [docs](https://docs.docker.com/engine/install/). After successful installation, simply execute:\n\n```bash\n./deploy.sh\n```\n\n### Other Methods\n\nTo use the Minimalist theme:\n\n1. Add the following line to your Gemfile\n\n```ruby\ngem \"jekyll-remote-theme\"\n```\n\nthen run `bundle install` to install the plugin.\n\n2. Add the following to your site's `_config.yml` to activate the plugin:\n\n```yml\nplugins:\n  - jekyll-remote-theme\n```\n\nNote: If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`.\n\n3. Add the following line to your `config.yml` to use the theme\n\n```yml\nremote_theme: BDHU/minimalist\n```\n\nthen running `bundle exec jekyll serve` for local deployment. Here is a [demo](https://github.com/BDHU/bdhu.github.io) using this theme.\n\nAn example `_config.yml` file can be found [here](https://github.com/BDHU/bdhu.github.io/blob/master/_config.yml). More info can be found at [Jekyll Remote Theme](https://github.com/benbalter/jekyll-remote-theme).\n\n## Customizing\n\n### Configuration variables\n\nMinimalist will respect the following variables, if set in your site's `_config.yml`:\n\n```yml\ntitle: [The title of your site]\ndescription: [A short description of your site's purpose]\n```\n\nAdditionally, you may choose to set the following optional variables:\n\n```yml\ngoogle_analytics: [Your Google Analytics tracking ID]\n```\n\nChoose light, dark, or automatically adjusting theme based on system theme:\n\n```yml\ncolor-scheme: auto/light/dark\n```\n\nSpecify logo for the website:\n\n```yml\nlogo: /assets/img/\u003clogo_file\u003e\n```\n\nEnable favicon by putting a `favicon.ico` in the repo's root directory and add the following line in `config.yml`:\n\n```yml\nfavicon: true\n```\n\n### Customizing Sidebar\n\nYou can define a list of platforms that are linked from the sidebar in `_config.yml`:\n\n```yml\nsidebar:\n  - name: Google Scholar\n    icon: \u003csvg xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" role=\"img\" style=\"vertical-align:-0.125em;\" width=\"1em\" height=\"1em\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 24 24\"\u003e\u003cpath d=\"M5.242 13.769L0 9.5L12 0l12 9.5l-5.242 4.269C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14a7 7 0 0 0 0-14z\" fill=\"currentColor\"/\u003e\u003c/svg\u003e\n    link: https://scholar.google.com/citations?user=zR6afi8AAAAJ\n  - name: GitHub\n    icon: \u003ci class=\"fa-brands fa-github\"\u003e\u003c/i\u003e\n    link: https://github.com/BDHU\n  - ...\n```\n\nFor further customization of the sidebar, go to [sidebar.html](https://github.com/BDHU/minimalist/blob/main/_includes/sidebar.html) in this repo and modify it however you like. The [link-mobile.html](https://github.com/BDHU/minimalist/blob/main/_includes/links-mobile.html) customizes the sidebar's look on mobile devices. This example uses fonts from [font awesome](https://fontawesome.com) and [Iconify](https://iconify.design/). Feel free to explore/find other sources.\n\n### Stylesheet\n\nIf you'd like to add your own custom styles:\n\n1. Create a file called `/assets/css/style.scss` in your site\n2. Add the following content to the top of the file, exactly as shown:\n\n    ```scss\n    ---\n    ---\n\n    @import \"{{ site.theme }}\";\n    ```\n\n3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line\n\n*Note: If you'd like to change the theme's Sass variables, you must set new values before the `@import` line in your stylesheet.*\n\n### Layouts\n\nIf you'd like to change the theme's HTML layout:\n\n1. For some changes such as a custom `favicon`, you can add custom files in your local `_includes` folder. The files [provided with the theme](https://github.com/BDHU/minimalist/tree/master/_includes) provide a starting point and are included by the [original layout template](https://github.com/BDHU/minimalist/blob/master/_layouts/default.html).\n2. For more extensive changes, [copy the original template](https://github.com/BDHU/minimalist/blob/master/_layouts/default.html) from the theme's repository\u003cbr/\u003e(*Pro-tip: click \"raw\" to make copying easier*)\n3. Create a file called `/_layouts/default.html` in your site\n4. Paste the default layout content copied in the first step\n5. Customize the layout as you'd like\n\nFor example, this [repository](https://github.com/BDHU/bdhu.github.io) shows how customizations are made on the original theme.\n\n### Customizing Google Analytics code\n\nGoogle has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into `_includes/head-custom-google-analytics.html` in your Jekyll site.\n\n## Previewing the theme locally\n\nIf you'd like to preview the theme locally (for example, in the process of proposing a change):\n\n1. Clone down the theme's repository (`git clone https://github.com/BDHU/minimalist`)\n2. `cd` into the theme's directory\n3. Run `script/bootstrap` to install the necessary dependencies\n4. Run `bundle exec jekyll serve` to start the preview server\n5. Visit [`localhost:4000`](http://localhost:4000) in your browser to preview the theme\n\n## Running tests\n\nThe theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` once before the test script will work.\n\n## Contributors\n\nSpecial thanks to [@godalming123](https://github.com/godalming123) for adding dark mode support. Also thank [@solvaholic](https://github.com/solvaholic), [@tildehacker](https://github.com/tildehacker), and other contributors for making multiple bug fixes and improvements. All contributions are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdhu%2Fminimalist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdhu%2Fminimalist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdhu%2Fminimalist/lists"}