Ghost
Hugo
Our great sponsors
Ghost | Hugo | |
---|---|---|
245 | 476 | |
42,750 | 66,118 | |
1.1% | 1.5% | |
10.0 | 9.0 | |
4 days ago | 1 day ago | |
JavaScript | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ghost
-
How to Start Your Blog in 2023
Happy user of Ghost [0].
Open source; small but smart team. Highly recommended.
[0]: https://ghost.org/
-
Self-hosting Netlify CMS
I've used Ghost CMS in the past, but when setting up my personal blog I wanted more control over my content. Netlify CMS looked like a great way of editing markdown files stored in a git repository, but wasn't very easy to self-host (outside of Netlify).
-
The importance to have a web presence
Create a Blog: Create a space in which you can sharing your experiences, point of views, tutorials indicating how to get certain solutions in your day by day as a programer. These are some platforms can help you to build one, such as: WordPress, Blogger, Wix, Squarespace and the one I most recommend until today (Open Source) is Ghost.
-
40 Containers & Counting...
Ghost - Simple Blogging Platform
-
What are your top five best self-hosted apps?
Ghost
-
Looking for a solution to setup an online gallery for photos.
Depending what exactly you are trying to achieve https://ghost.org/ might be a tool to achieve this. Beautiful ui and easy to setup.
-
Do you know of a more flexible/better blogging platform than Blogger? (It needs to be simple and straightforward to use.)
I can vouch for Ghost (https://ghost.org/ ), also a great blogging platform with fantastic UI.
-
best site to build a diary about my programming journey?
Start your own blog. I suggest Ghost: https://ghost.org/. Or Publii CMS: https://getpublii.com/
-
What are your self hosted apps you're using for your business?
Have you looked at Ghost ? Seems convincing. Or even Hugo
-
FOSS Spotlight: ๐ป Ghost
Ghost (code) is blogging software that rivals Wordpress in it's ease of use โ businesses all over the world use Ghost free of charge and also via Ghost's hosted platform Ghost(Pro).
Hugo
-
Github actions: Deploy a Hugo website to a FTP server
name: ๐ Deploy to prod # Will trigger the workflow on each push to the main branch on: push: branches: - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: # The first job will build the hugo site and upload the artifact build: name: ๐ง Build Hugo site runs-on: ubuntu-latest env: HUGO_VERSION: 0.111.2 steps: - name: Install Hugo CLI run: | wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Install Dart Sass Embedded run: sudo snap install dart-sass-embedded - name: Checkout uses: actions/[email protected] with: submodules: recursive fetch-depth: 0 - name: Install Node.js dependencies run: '[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true' - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules HUGO_ENVIRONMENT: production HUGO_ENV: production run: | hugo \ --gc \ --minify # We save the result as an artificat so we can use it in the next job - name: Upload artifact uses: actions/[email protected] with: name: release-artifact path: './public' # The second job will deploy the site to the FTP server using the artifact from the first job deploy: name: ๐ Deploy runs-on: ubuntu-latest needs: build steps: - name: Checkout uses: actions/[email protected] # Download the artifact we just created - name: Download artifact uses: actions/[email protected] with: name: release-artifact path: './public' # This is the path where the artifact will be downloaded to - name: Deploy file uses: wlixcc/[email protected] with: server: ${{ vars.ftp_server }} username: ${{ vars.ftp_username }} ssh_private_key: ${{ secrets.ftp_password }} # or if you only use a password # sftp_only: true # password: ${{ secrets.ftp_password }} port: ${{ vars.ftp_port }} remote_path: '/var/www/app' # This will depend on your server local_path: './public/*' # This is the path where the artifact is located
Nowadays, it never has been easier to build and host a website for having any form of online presence. You don't even need a lot of web development knowledge. There are many tools and resources available that make the process easier than ever. One such tool is Hugo, a fast and flexible static site generator that allows users to create websites quickly and easily. In addition, deploying a Hugo site to a web server can be made even simpler through the use of Github Actions (assuming your code is hosted on github), a powerful automation tool that can be used to automatically deploy a website to a FTP server. In this article, we'll explore how to use Hugo to build a website and then deploy it to a FTP server using Github Actions, providing a step-by-step guide for those looking to get their website up and running quickly and efficiently.
-
Futuristic documentation systems in Python, part 1: aiming for more
The result of this historical evolution is that the world of static site generators has made amazing progress over the past few years and the Python ecosystem hasn't caught up with it. Nowadays there's a rich ecosystem of different options for static site generation, some of which lean more towards server side generation and simplicity (like Hugo) while others leverage Single Page Application frameworks like React.js or similar (like Docusaurus). On top of that, there are "headless CMSs" that can use some of these SSGs as a backend, offering a more sophisticated authoring experience while offloading the HTML output generation to a different component (like Decap CMS, Ghost, or Forestry).
-
Learning Azure - any practical use cases?
We are going to use an application called Hugo to generate a static website. You could of course run Hugo on your own machine - but to flex your muscles in Azure, we're going to stand up a VM. You'll then be able to experiment with different ways to host this static website within Azure. First, create a resource group to house the authoring workload:
-
Building a Serverless Post Scheduler For Static Websites
My blog is a static site hosted in AWS Amplify. There's no dynamic content on it at all. I push Markdown files to the main branch of my site repo in GitHub and Amplify builds it with Hugo. Hugo renders the Markdown as HTML and drops it in an S3 bucket behind a CloudFront distribution.
- Software fรผr Blog?
-
Minimum Viable Hugo โ No CSS, no JavaScript, 1 static HTML page to start you off
Hugo is not made for minimum viable blogs. Its advantage in performance only becomes important for bigger websites or blogs with thousands of articles. But especially for bigger websites it should be possible to auto-generate a good archive. However the developers of Hugo stubbornly refuse to fix this very important 8 year old issue: https://github.com/gohugoio/hugo/issues/448
-
I am trying to create a STATIC blog for a long time but I am stuck with where to store all these files.
If you don't feel like you need to create it from scratch (as in: if you want to have a static blog or website, and you don't mind if you didn't code every little aspect of it), I'd recommend using a generator like Jekyll, Gatsby or Hugo. And even if you don't directly use them, you can learn a bit on how they do this sort of implementation.
-
Bearclaw โ tiny static site generator with RSS
Hey thanks for looking :) hugo has a lot more moving parts, and a lot more dependencies [0]. bearclaw is written to be simple and easy to understand without instructions or learning any new paradigms about templating or frontmatter or other markup languages.
-
Jamstack Won't Replace WordPress
I had some expectations with lightweight alternatives to WP. Played some time ago with hugo (https://gohugo.io/), just wanted to set up a simple blog, couple of static pages, that i could extend any time I want.
What are some alternatives?
astro - Astro is the all-in-one web framework designed for speed ๐๏ธโจ
Strapi - ๐ Strapi is the leading open-source headless CMS. Itโs 100% JavaScript, fully customizable and developer-first.
MkDocs - Project documentation with Markdown.
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
eleventy ๐โก๏ธ - A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
SvelteKit - web development, streamlined
ApostropheCMS - Apostrophe is a full-featured, open-source CMS built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
KeystoneJS - The most powerful headless CMS for Node.js โ built with GraphQL and React
Docusaurus - Easy to maintain open source documentation websites.