Posts tagged ablog
Adding AGENTS.md to an Existing Sphinx + ablog Technical Note
- 2026/05/10
As I have been using Codex more often to edit this technical note, I decided to collect the repository-specific working rules in AGENTS.md.
Consideration of introducing Markdown and decision of continuing reStructuredText
- 2025/06/03
In Sphinx + ablog, we considered writing articles in Markdown instead of reStructuredText.
Improving build performance of Sphinx documentation
- 2025/05/27
When building multilingual documents using Sphinx, we made performance improvements as the build time became longer. In this article, I will summarize the situation before and after the improvement, the process of trial and error, and the results obtained.
How to access the development HTTP server on Oracle Cloud with an SSH tunnel
- 2025/05/12
When managing a static site using Sphinx + ablog on an Ubuntu server on Oracle Cloud, you may want to check the display locally before git push. Even in situations where direct access via HTTP from the outside is not possible, you can check the site under development by using an SSH tunnel.
Setting up automatic build to automatically publish Draft with Sphinx + ablog
- 2025/05/05
When running a blog with Sphinx + ablog, you can prepare draft articles by setting the post date to a future date. However, it will not be reflected on the website unless the build is run after the release date. This article looks at how to run automated builds.
Dealing with conflicts between “/blog.html” and “/blog/index.html” in ablog
- 2025/04/02
When I was building a blog site using ablog, both /blog.html and /blog/index.html were generated in the output after the build, and there were situations where I was confused about the handling of URLs and link behavior. This article summarizes the causes and solutions.
Utilize Ablog for blog operation
- 2025/04/01
It is useful to use Ablog when you want to operate it more like a blog than pure Sphinx functions.