Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:47:15.000Z (2 months ago)
- Last Synced: 2025-01-31T13:43:33.242Z (11 days ago)
- Topics: acquia, drupal
- Language: HTML
- Homepage: https://drupal.merkle.com/
- Size: 5.34 MB
- Stars: 2
- Watchers: 4
- 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 [email protected]: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/)