Tryfinally.dev

screenshot of Tryfinally.dev

Overview

Tryfinally.dev is a source for creating and editing posts using markdown. The website automatically deploys the page by pushing the markdown through a CI system. In addition to content changes, the website also relies on some assets such as html, JavaScript, CSS, and webp files, which might need to be rebuilt locally using the "yarn build" script. Development can be done locally by installing Ruby and Jekyll and running the command "bundle exec jekyll serve --drafts". Contributions are welcome through pull requests, as stated in the contributing.md file.

Features

  • Markdown-based Editing: Users can create and edit posts using markdown for a simple and efficient editing experience.
  • Automatic Deployment: The website automatically deploys the edited content through a CI system, eliminating the need for manual deployment.
  • Asset Management: The website supports various assets such as html, JavaScript, CSS, and webp files for incorporating additional functionality and customization.
  • Local Rebuild: Users can rebuild the assets locally using the "yarn build" script for testing and customization before deploying the changes.
  • Local Development Environment: Developers can set up a local development environment by installing Ruby and Jekyll to run the website locally and see the changes in real-time.
  • Contribution Opportunities: Users are encouraged to contribute to the project by submitting pull requests as outlined in the contributing.md file.

Summary

Tryfinally.dev is a markdown-based website that simplifies the process of creating and editing posts. It automatically deploys the content changes through a CI system and provides support for various assets. Users can rebuild the assets locally for testing and customization purposes using the "yarn build" script. The theme also allows developers to set up a local development environment by installing Ruby and Jekyll. Contributions are welcomed through pull requests, providing an opportunity for users to contribute to the project.