Skip to content

MichaelAGRC/gis.utah.gov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gis.utah.gov

Read about our new website.
Contribute content or typos.
License: MIT.

Local Development

  1. Check out this repository
  2. run docker-compose up
  3. browse to localhost:4000

Common Website Tips

_italics_
**bold**
_**bold italics**_

link to page

  • markdown
[link text]({{ "/path/to/item/" | prepend: site.baseurl }})
  • html
<a href="{{ "/path/to/item/" | prepend: site.baseurl }}">link text</a>

link to post:

  • markdown
[link text]({{site.baseurl}}{% post_url 2016-05-26-file-name-without-extension %})
  • html
<a href="{{site.baseurl}}{% post_url 2016-05-26-file-name-without-extension %}">link text</a>

external link

  • markdown
[link text](http://external.website.location)

images

  • markdown
![alt text]({{ "/path/to/item/" | prepend: site.baseurl }})
  • html
<img src="{{ "/path/to/image.jpg" alt="hover text" | prepend: site.baseurl }}"/>

link alt text

[link text]({{ "/path/to/item/" | prepend: site.baseurl }} "popup text")

css in markdown

![alt text]({{ "/path/to/item/" | prepend: site.baseurl }})
{: .css-class-name}

About

AGRC static jekyll website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.2%
  • Other 0.8%