[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70873":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},70873,"academicpages.github.io","academicpages\u002Facademicpages.github.io","academicpages","Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.","https:\u002F\u002Facademicpages.github.io",null,"SCSS",17124,7340,101,28,0,22,49,160,66,45,"MIT License",false,"master",true,[27,28,29,30,31,32,33],"academic-website","github-pages","jekyll","jekyll-theme","markdown","personal-website","portfolio-website","2026-06-12 02:02:44","# Academic Pages\n**Academic Pages is a GitHub Pages template for personal and professional portfolio-oriented websites.**\n\n![Academic Pages template example](images\u002Fthemes\u002Fhomepage-light.png \"Academic Pages template example\")\n\n# Getting Started\n\n1. Register a GitHub account if you don't have one and confirm your e-mail (required!)\n1. Click the \"Use this template\" button in the top right.\n1. On the \"New repository\" page, enter your public repository name as \"[your GitHub username].github.io\", which will also be your website's URL.\n1. Edit site-wide configuration in `_config.yml` and double check that the `url` is the one that you just selected in the previous step and that `repository` reflects the correct path for your repository.\n1. Add your site content, upload any files (like PDFs, .zip files, etc.) to the `files\u002F` directory. They will appear at https:\u002F\u002F[your GitHub username].github.io\u002Ffiles\u002Fexample.pdf.\n1. Check status by going to the repository settings, in the \"GitHub pages\" section\n1. (Optional) Use the Jupyter notebooks or python scripts in the `markdown_generator` folder to generate markdown files for publications and talks from a TSV file.\n\nSee more info at https:\u002F\u002Facademicpages.github.io\u002F\n\n### Additional Tutorials\n\nAdditional tutorials for working with the Academic Pages template can be found at the following sites:\n- https:\u002F\u002Fjayrobwilliams.com\u002Fposts\u002F2020\u002F06\u002Facademic-website\u002F\n\n## Running locally\n\nWhen you are initially working on your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:\n\n1. Clone the repository and made updates as detailed above.\n\n### Using a different IDE\n1. Make sure you have ruby-dev, bundler, and nodejs installed\n    \n    On most Linux distributions and [Windows Subsystem Linux](https:\u002F\u002Flearn.microsoft.com\u002Fen-us\u002Fwindows\u002Fwsl\u002Fabout) the command is:\n    ```bash\n    sudo apt install ruby-dev ruby-bundler nodejs\n    ```\n    If you see error `Unable to locate package ruby-bundler`, `Unable to locate package nodejs `, run the following:\n    ```bash\n    sudo apt update && sudo apt upgrade -y\n    ```\n    then try running `sudo apt install ruby-dev ruby-bundler nodejs` again.\n\n    On MacOS the commands are:\n    ```bash\n    brew install ruby\n    brew install node\n    gem install bundler\n    ```\n1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.\n\n    If you see file permission error like `Fetching bundler-2.6.3.gem ERROR:  While executing gem (Gem::FilePermissionError) You don't have write permissions for the \u002Fvar\u002Flib\u002Fgems\u002F3.2.0 directory.` or `Bundler::PermissionError: There was an error while trying to write to \u002Fusr\u002Flocal\u002Fbin.`\n    Install Gems Locally (Recommended):\n    ```bash\n    bundle config set --local path 'vendor\u002Fbundle'\n    ```\n    then try run `bundle install` again. If succeeded, you should see a folder called `vendor` and `.bundle`.\n\n1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change to Markdown (*.md) and HTML files, while changes to the core template and configuration (i.e., `_config.yml`) will require stopping and restarting Jekyll.\n    You may also try `bundle exec jekyll serve -l -H localhost` to ensure jekyll to use specific dependencies on your own local machine.\n\nIf you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: `sudo apt install build-essential gcc make`\n\n## Using Docker\n\nWorking from a different OS, or just want to avoid installing dependencies? You can use the provided `Dockerfile` to build a container that will run the site for you if you have [Docker](https:\u002F\u002Fwww.docker.com\u002F) installed.\n\nYou can build and execute the container by running the following command in the repository:\n\n```bash\nchmod -R 777 .\ndocker compose up\n```\n\nYou should now be able to access the website from `localhost:4000`.\n\n### Using the DevContainer in VS Code\n\nIf you are using [Visual Studio Code](https:\u002F\u002Fcode.visualstudio.com\u002F) you can use the [Dev Container](https:\u002F\u002Fcode.visualstudio.com\u002Fdocs\u002Fdevcontainers\u002Fcontainers) that comes with this Repository. Normally VS Code detects that a development container configuration is available and asks you if you want to use the container. If this doesn't happen you can manually start the container by **F1->DevContainer: Reopen in Container**. This restarts your VS Code in the container and automatically hosts your academic page locally on http:\u002F\u002Flocalhost:4000. All changes will be updated live to that page after a few seconds.\n\n# Maintenance\n\nBug reports and feature requests to the template should be [submitted via GitHub](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Fissues\u002Fnew\u002Fchoose). For questions concerning how to style the template, please feel free to start a [new discussion on GitHub](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Fdiscussions).\n\nThis repository was forked (then detached) by [Stuart Geiger](https:\u002F\u002Fgithub.com\u002Fstaeiou) from the [Minimal Mistakes Jekyll Theme](https:\u002F\u002Fmmistakes.github.io\u002Fminimal-mistakes\u002F), which is © 2016 Michael Rose and released under the MIT License (see LICENSE.md). It is currently being maintained by [Robert Zupko](https:\u002F\u002Fgithub.com\u002Frjzupkoii), and additional maintainers would be welcome.\n\n## Bugfixes and enhancements\n\nIf you have bugfixes and enhancements that you would like to submit as a pull request, you will need to [fork](https:\u002F\u002Fdocs.github.com\u002Fen\u002Fpull-requests\u002Fcollaborating-with-pull-requests\u002Fworking-with-forks\u002Ffork-a-repo) this repository as opposed to using it as a template. This will also allow you to [synchronize your copy](https:\u002F\u002Fdocs.github.com\u002Fen\u002Fpull-requests\u002Fcollaborating-with-pull-requests\u002Fworking-with-forks\u002Fsyncing-a-fork) of the template to your fork as well.\n\nUnfortunately, one logistical issue with a template theme like Academic Pages that makes it a little tricky to get bug fixes and updates to the core theme. If you use this template and customize it, you will probably get merge conflicts if you attempt to synchronize, although [rebasing](https:\u002F\u002Fgit-scm.com\u002Fdocs\u002Fgit-rebase) the changes from this template will work along with manually [cherry picking](https:\u002F\u002Fgit-scm.com\u002Fdocs\u002Fgit-cherry-pick) the relevant commits. If you are not comfortable with the Git command line, you can save your various `.yml` configuration files and Markdown files, delete the repository, and fork it again. \n\n---\n\u003Cdiv align=\"center\">\n    \n![pages-build-deployment](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Factions\u002Fworkflows\u002Fpages\u002Fpages-build-deployment\u002Fbadge.svg)\n[![GitHub contributors](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fcontributors\u002Facademicpages\u002Facademicpages.github.io.svg)](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Fgraphs\u002Fcontributors)\n[![GitHub release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Facademicpages\u002Facademicpages.github.io)](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Freleases\u002Flatest)\n[![GitHub license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Facademicpages\u002Facademicpages.github.io?color=blue)](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Fblob\u002Fmaster\u002FLICENSE)\n\n[![GitHub stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Facademicpages\u002Facademicpages.github.io)](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io)\n[![GitHub forks](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Facademicpages\u002Facademicpages.github.io)](https:\u002F\u002Fgithub.com\u002Facademicpages\u002Facademicpages.github.io\u002Ffork)\n\u003C\u002Fdiv>\n","Academic Pages 是一个基于 GitHub Pages 的模板，适用于创建个人或专业的作品集网站。它利用 HTML 和 Markdown 语言构建，并支持 SCSS 样式表，便于用户自定义外观。该项目集成了 Jekyll 静态站点生成器，使得无需额外服务器即可轻松部署个人网站。此外，通过提供的工具可以便捷地从 TSV 文件生成出版物和演讲记录的 Markdown 文件，简化了内容管理过程。此模板特别适合学者、研究人员以及希望展示其专业技能和个人项目的各类专业人士使用。",2,"2026-06-11 03:34:40","high_star"]