You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add new features: "Edit last-time updated" and "Dynamic Dark Mode triggering"
- Update license information
- Update Jekyll version to 3.9.3
- Add `minima` gem, `jekyll-feed` gem, `tzinfo` and `tzinfo-data` gems, `wdm` gem, and `github-pages` gem
- Add an include for a publications page and projects page
- Add a `.
[.github/workflows/update_lasttime.yml]
- Add a Github Action to update the 'last_updated_time' property in the _config.yml file
- Use the josStorer/get-current-time action to get the current time in a specific format
- Use the fjogeleit/yaml-update-action to update the 'last_updated_time' property in the _config.yml file with the current time value
- Commit the change with the message 'Last Time Updated
[_includes/v1/default.html]
- Add an include for a publications page
- Add an include for a projects page
[README.md]
- Added two new features: "Edit last-time updated" and "Dynamic Dark Mode triggering"
- Updated the license information
[_includes/v1/projects.html]
- Add a `<h3>` tag for the project title
- Replace the `{% include` with a `<div>` for better styling
- Add a `<span>` tag to display the project image
- Add an optional `<p>` tag to display a quote
- Strip the project description and convert it to markdown
[images/AMRG.jpg]
- Add a new image file
[files/Clayton_Auld_Resume_LinkedIn.pdf]
- Add a file called `Clayton_Auld_Resume_LinkedIn.pdf`
[images/landscape-trees.jpg]
- Delete the image `landscape-trees.jpg`
[docker-compose.yml]
- Change container name from `modern-resume-theme` to `clayton-resume`
- Update volume mapping from `./:/srv/jekyll`
[_test/_config-version-1.yml]
- Change the data directory from `_test/_data` to `_data`
[images/profile2.jpg]
- Add new profile image
[.devcontainer/library-scripts/meta.dev]
- Add `meta.dev` file with `VERSION='dev'`
[modern-resume-theme.gemspec]
- Change the author and email from `James Grant` and `[email protected]` to `Clayton Auld` and `[email protected]`
- Change the required Ruby version from `~> 2.0` to `~> 3.2`
- Update the `github-pages` dependency from `~> 209` to `~> 228`
- Update the `jekyll-seo-tag
[files/Clayton_Auld_LinkedIn.pdf]
- Add Clayton Auld's LinkedIn profile to the files directory
[.devcontainer/library-scripts/README.md]
- Add a README.md to the library-scripts folder
- Warn that folder contents may be replaced with files from the vscode-dev-containers repository's script-library folder
- Suggest retaining edits by moving the file to a different location, or deleting it if not needed
[.devcontainer/Dockerfile]
- Change Dockerfile to support Ubuntu 22.04, 20.04, 18.04
- Install nano, git, make, zlib1g-dev, build-essential, libssl-dev, libreadline-dev, libyaml-dev, libxml2-dev, libxslt1-dev, libcurl4-openssl-dev, libffi-dev
- Set up non-root user
- Copy dotfiles to home directory
[_sass/modern-resume-theme.scss]
- Add `.pub-img` class with styling for images
[_includes/head.html]
- Remove the page title from the HTML `<title>` tag
- Remove the favicon link
- Add Google Analytics if in production environment
[_includes/about.html]
- Add a line to display the last updated time on the About page
[_includes/v1/publications.html]
- Add a new file for publications
- Add a `publications-container` div
- Add a `row` div for each publication
- Add an image, quote and description for each publication
[.devcontainer/dotfiles/.postcreate.sh]
- Install `rbenv` and `ruby-build`
- Install and set `ruby` version to `3.2.1`
- Update `gem` to version `3.4.7`
- Install `bundler` and `jekyll`
- Configure `safe.directory` for `my_online_resume/clayton-resume`
- Install `bundle` dependencies
- Start `jekyll`
[.devcontainer/devcontainer.json]
- Add `.devcontainer/devcontainer.json` file
- Set container name to `Jekyll`
- Specify Dockerfile to use
- Set `VARIANT` argument to `ubuntu-22.04`
- Add `postCreateCommand` to run `/home/vscode/.postcreate.sh`
- Set `remoteUser` to `vscode`
[images/profile.jpg]
- Add a new file `images/profile.jpg`
[files/Clayton_Auld_Resume.pdf]
- Add new file `Clayton_Auld_Resume.pdf`
[.github/workflows/trigger_darkmode.yml]
- Add a cron job to trigger dark mode
- Set environment variables for light and dark mode start times
- Enable dark mode if the current hour is before the light mode start time or after the dark mode start time
- Disable dark mode if the current hour is between the light and dark mode start times
[Gemfile]
- Change the Jekyll version from `4.3.2` to `3.9.3`
- Add the `minima` gem
- Uncomment the `github-pages` gem
- Add `jekyll-feed` gem to the `jekyll_plugins` group
- Add `tzinfo` and `tzinfo-data` gems for Windows and JRuby
- Add `wdm` gem for Windows
- Lock the `http
The contents of this folder will be automatically replaced with a file of the same name in the [vscode-dev-containers](https://github.com/microsoft/vscode-dev-containers) repository's [script-library folder](https://github.com/microsoft/vscode-dev-containers/tree/main/script-library) whenever the repository is packaged.
4
+
5
+
To retain your edits, move the file to a different location. You may also delete the files if they are not needed.
0 commit comments