Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arikaim/blog-template
Arikaim CMS Blog Template
https://github.com/arikaim/blog-template
arikaim arikaim-cms blog php
Last synced: about 1 month ago
JSON representation
Arikaim CMS Blog Template
- Host: GitHub
- URL: https://github.com/arikaim/blog-template
- Owner: arikaim
- Created: 2018-09-14T12:36:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T16:38:20.000Z (11 months ago)
- Last Synced: 2024-10-30T00:11:10.215Z (about 2 months ago)
- Topics: arikaim, arikaim-cms, blog, php
- Language: HTML
- Homepage: http://arikaim.com/
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Arikaim CMS Blog template
![version: 1.0.0](https://img.shields.io/github/release/arikaim/blog-template.svg)
![license: GPL3](https://img.shields.io/badge/License-GPLv3-blue.svg)### Requirements
* [Arikaim CMS](https://github.com/arikaim/arikaim)
* [Blog Extension](https://github.com/arikaim/blog-extension)
* UI libraries
* jquery
* arikaim
* arikaim-ui
* tailwind### Installation
```sh
composer require arikaim/blog-template
```### Customization
In theme folder:
1. Install Tailwind CSS
```sh
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
```
2. Install daisyui
```sh
npm i daisyui
```3. Start watch process
```sh
npx tailwindcss -o css/tailwind.min.css -m --watch
```