Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odhyp committed Jan 30, 2025
1 parent 908ea1f commit a8cb7cd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Built with Hugo, JavaScript, and TailwindCSS
## Quick Note

- Photos page is currently hidden
- Replace profile image in About page
- Structure the content better (like hugoDocs)
- Create an anchor tag in the markdown indirectly (like hugoDocs or like how we use the shield badges in the profile)

## Future Plans

Expand Down Expand Up @@ -56,15 +59,15 @@ hugo server --bind 0.0.0.0 --baseURL http://<YOUR_IP> --port 1313 --disableFastR
1. Table of Content
Simple call, no parameters needed.

```
```bash
{{< toc >}}
```

2. Icon and Icon Inline
Provide name for the icon name, title for the displayed text, and href.
Icon should exist in the `static/icon/...`

```
```bash
{{< icon name="python" title="Python" href="https://www.python.org/" >}}

or
Expand All @@ -75,7 +78,7 @@ hugo server --bind 0.0.0.0 --baseURL http://<YOUR_IP> --port 1313 --disableFastR
3. Work Experience
Provide job title, organization name, organization website URL, start and end date, and the brief description.

```
```bash
{{< work-experience title="Accountant" organization="BPKA DIY" organizationLink="https://bpka.jogjaprov.go.id/" startDate="Oct 2024" endDate="Present" >}}
Prepare and create financial reports for the Special Region of Yogyakarta, ensuring accuracy and compliance with government standards.
{{< /work-experience >}}
Expand All @@ -84,13 +87,13 @@ hugo server --bind 0.0.0.0 --baseURL http://<YOUR_IP> --port 1313 --disableFastR
4. Blog and Project Stats
Simple call, no parameters needed.

```
```bash
{{< blog-stats >}} or {{< project-stats >}}
```

5. Button
Create a CTA in the page

```
```bash
{{< button label="View Repository" href="https://github.com/odhyp/sipd-ri" icon="github" >}}
```

0 comments on commit a8cb7cd

Please sign in to comment.