{"id":14979258,"url":"https://github.com/lenpaul/academic","last_synced_at":"2025-04-05T00:09:15.880Z","repository":{"id":41206061,"uuid":"59591459","full_name":"LeNPaul/academic","owner":"LeNPaul","description":"A Jekyll theme for academia","archived":false,"fork":false,"pushed_at":"2023-04-07T00:43:44.000Z","size":63603,"stargazers_count":137,"open_issues_count":2,"forks_count":149,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2024-04-24T02:45:01.846Z","etag":null,"topics":["github-pages","jekyll","jekyll-blog","jekyll-site","jekyll-template","jekyll-theme","jekyll-website","minimalist"],"latest_commit_sha":null,"homepage":"http://lenpaul.github.io/academic/","language":"HTML","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/LeNPaul.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-05-24T16:50:15.000Z","updated_at":"2024-04-18T08:24:53.000Z","dependencies_parsed_at":"2024-09-11T14:36:55.441Z","dependency_job_id":null,"html_url":"https://github.com/LeNPaul/academic","commit_stats":{"total_commits":83,"total_committers":2,"mean_commits":41.5,"dds":"0.012048192771084376","last_synced_commit":"5303e549d057dc1a29112e5c38668ffb2725364a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeNPaul%2Facademic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeNPaul%2Facademic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeNPaul%2Facademic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeNPaul%2Facademic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeNPaul","download_url":"https://codeload.github.com/LeNPaul/academic/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266564,"owners_count":20910836,"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-blog","jekyll-site","jekyll-template","jekyll-theme","jekyll-website","minimalist"],"created_at":"2024-09-24T13:59:42.582Z","updated_at":"2025-04-05T00:09:15.859Z","avatar_url":"https://github.com/LeNPaul.png","language":"HTML","funding_links":["https://ko-fi.com/paulle"],"categories":[],"sub_categories":[],"readme":"# academic\n\n### A Jekyll theme for academia\n\n![Academic Screenshot](https://raw.githubusercontent.com/LeNPaul/academic/gh-pages/screenshot.png)\n\nA Jekyll theme designed for academia, although you can use it for almost any other purpose as well:\n\n* Showcase your research interests, publications, your curriculum vitae, the people in your research group, and your contact information.\n\n* Manage courses that you are teaching.\n\n* Provide updates to your students and faulty.\n\nFor a guide on how to deploy a Jekyll site using GitHub Pages, please check out [this article](https://paulle.ca/jekyll-tutorials/deploy-jekyll-site-github-pages).\n\nIf you like my work then please consider supporting me with [Ko-fi](https://ko-fi.com/paulle).\n\n## Installation\n\n### Ruby Gem Method\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"academic-jekyll-theme\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: academic-jekyll-theme\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install academic-jekyll-theme\n\n## Usage\n\n### Layouts\n\nThe following sections describe usage instructions for this Jekyll theme,including available layouts, includes, sass and/or assets.\n\n#### Home\n\nThe `_layouts/home.html` layout defines the home page for this theme. An introduction to your research group or to yourself can be provided, along with a list of featured publications. There is also a section for providing any updates through posts placed in the `_posts` directory.\n\n#### People\n\nThe `_layouts/people.html` layout can be used to showcase and describe people in your research group. People are defined in the `_data/settings.yml` file, and markdown pages for each person with the `_layouts/page.html` layout can be placed in the `people` directory.\n\n#### Publications\n\nThe `_layouts/publications.html` layout can be used to showcase selected publications, or the entire catalogue of publications. Direct links to the paper can be used, or a PDF copy of the paper can be served. Publications are defined in the `_data/publications.yml` file, and any PDF files that are served can be placed in the `publications` directory.\n\n#### Courses\n\nThe `_layouts/courses.html` layout can be used to showcase courses that were taught in the past or are currently being taught. Courses are defined in the `_data/settings.yml` file, and markdown pages for each course with the `_layouts/page.html` layout can be placed in the `courses` directory. Related course material, such as PDF files, can also be placed in the `courses` directory in a subdirectory with the same name as the corresponding course.\n\n#### CV\n\nThe `_layouts/cv.html` layout can be used to showcase a curriculum vitae. The sections of the cv are defined in the `_data/cv` directory, where each section has its own `\u003csection\u003e.yml` file.\n\n#### Contact\n\nThe `_layouts/contact.html` layout can be used to provide contact information for the research group or the people that lead the research group. Contact information is defined in the `_data/settings.yml` file.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/LeNPaul/academic. 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`, then run `bundle exec jekyll serve`, and open your browser at `http://localhost:4000`. This starts a Jekyll server using this theme. Make changes to the pages, documents, data, etc. like normal to test this theme's contents. As you make modifications to this theme the site will regenerate and you should see the changes in the browser after a refresh.\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%2Flenpaul%2Facademic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenpaul%2Facademic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenpaul%2Facademic/lists"}