https://github.com/merkle-open/drupal-blog
Merkle developers blog about Drupal and Acquia.
https://github.com/merkle-open/drupal-blog
acquia drupal
Last synced: 4 months ago
JSON representation
Merkle developers blog about Drupal and Acquia.
- Host: GitHub
- URL: https://github.com/merkle-open/drupal-blog
- Owner: merkle-open
- Created: 2023-10-31T12:14:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:47:15.000Z (over 1 year ago)
- Last Synced: 2025-10-20T06:42:53.118Z (8 months ago)
- Topics: acquia, drupal
- Language: HTML
- Homepage: https://drupal.merkle.com/
- Size: 5.34 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merkle Drupal & Acquia Blog
### Merkle developers blog about Drupal and Acquia.
## Installation on your local machine
[Install Hugo](https://gohugo.io/installation/)
```
git clone --recurse-submodules git@github.com:merkle-open/drupal-blog.git
cd drupal-blog
hugo server
```
## Usage
1. Create a folder for your new post under /content/post/[YEAR]/[MONTH]/[NAME-OF-YOUR-POST]
2. Create an `index.md` file and add your content using markdown ([Basic markdown writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax))
3. If you need images, create an `images` folder to add them there
4. When you are done, commit your files
5. GitHub Action will automatically build the page and deploy it.
**Note:** if you don't have the permission to push to this repository, create a Pull Request and assign a maintainer of the [merkle-open Drupal team](https://github.com/orgs/merkle-open/teams/drupal).
## Credits
["Beautiful Hugo" Theme](https://themes.gohugo.io/themes/beautifulhugo/)