This is an Omeka Classic theme that offers some custom options and a clean design.
For basic out-of-the-box use of the theme, follow the Omeka Classic User Manual instructions for installing themes.
For more advanced use, such as customizing the theme with Sass, you'll need to install the tools with NodeJS (0.12 or greater). Navigate to your theme directory and run npm install
.
The color to be used as the theme's primary color. The default value is #e77f11.
- Inline logo and menu
- Centered logo and menu
A custom logo (SVG, JPG, PNG)
- Banner image
- Heading
- Description
- Content position
- Banner width
- Banner height
- Banner height for mobile devices
- Banner image vertical position within the wrapper
- Banner image horizontal position within the wrapper
- Footer Logo
- Footer Site description
- Footer Menu
- Footer Content
- Footer Copyright
- Homepage Text
- Featured Records Title
- Main Featured Record Type
- Second Featured Record Type
- Third Featured Record Type
- First Recent Records Set
- Type
- Title
- Quantity
- Second Recent Records Set
- Type
- Title
- Quantity
- Third Recent Records Set
- Type
- Title
- Quantity
- Show the most popular tags in the Homepage
- Most popular tags title
- Most popular tags quantity
- Youtube
- Mastodon
- Decorative border for Media
- Show tags based on Record Type, Record Tags or Item Type
- Layout for Browse Pages
- Truncate Body Property
If you want to customize the site with your own CSS, the CSS Editor module allows site administrators to write style overrides.
For advanced CSS and Sass users, this theme includes variables and mixins for managing and extending many styles.
Run these commands within the theme's root directory.
- npm run start: While this task runs, it watches for changes to sass files and recompiles the CSS.
- gulp css: This is the one-off task for compiling the current Sass/CSS.
- gulp css:watch: This task watches for changes in the Sass, then compiles the CSS.
sass
├── abstracts
│ ├── mixins
│ └── variables
│ ├── breakpoints
│ ├── colors
│ ├── layout
│ └── typography
├── base
│ ├── elements
│ │ ├── body
│ │ ├── buttons
│ │ ├── caption
│ │ ├── fields
│ │ ├── hr
│ │ ├── icons
│ │ ├── language-tag
│ │ ├── links
│ │ ├── lists
│ │ ├── media
│ │ ├── resource-description
│ │ ├── tables
│ │ ├── titles
│ │ └── tooltip
│ ├── layout
│ │ ├── layout
│ │ └── regions
│ └── typography
│ ├── copy
│ ├── headings
│ └── typography
├── components
│ ├── advanced-search
│ ├── banner
│ ├── breadcrumbs
│ ├── contribution
│ ├── exhibit
│ │ ├── blocks
│ ├── featured-records
│ ├── footer
│ ├── forms
│ ├── header
│ ├── mapping
│ ├── metadata
│ ├── navigation
│ ├── output-formats
│ ├── pagination
│ ├── recent-items
│ ├── resources
│ │ ├── browse-controls
│ │ ├── filters
│ │ ├── items-nav
│ │ ├── resource-grid
│ │ ├── resource-list
│ │ ├── sort-links
│ ├── tag-cloud
│ ├── timeline
│ └── user-bar
├── generic
│ ├── box-sizing
│ └── normalize
└── utilities
├── accessibility
├── alignments
├── clearfix
└── utilities
Freedom S offers a set of predefined utiliy classes that will help you to add styles to certain elements by just assigning them these classes.
You can even combine multiple utility classes.
inline
alignleft
alignright
aligncenter
alignfull
alignwide
alignnarrow
textleft
textright
textcenter
clearfix
screen-reader-text
Freedom is Copyright © 2023-present Corporation for Digital Scholarship, Vienna, Virginia, USA http://digitalscholar.org
The Corporation for Digital Scholarship distributes the Omeka source code under the GNU General Public License, version 3 (GPLv3). The full text of this license is given in the license file.
The Omeka name is a registered trademark of the Corporation for Digital Scholarship.
Third-party copyright in this distribution is noted where applicable.
All rights not expressly granted are reserved.