Skip to main content
Main Menu
search
Arduino - et al
Main menu
Home
Site Menu
Home
SITE INDEX
Edit history
3D printing
Arduino
Drupal
FreeCAD
ham radio
Linux
Midi
mySQL
Projects - all
components
Programs - all
Python
Raspberry pi
References
You are here
Home
Drupal - Contents
[last updated: 2024-01-15]
-----
Drupal home page
my Blog
Introduction/Overview
Create a site
create a site on a hosted server
create local server
ref: 701 - clients and webservers
install Docker
ddev
install mkcert
create/install Drupal application
composer?
local server Management
find URL
find username & password
create new user
lessons learned
obs -local server setup
site file structure:
minimum file structure:
web / themes /
[themeName]
/
... -or- web / themes / contrib /
[themeName]
/
├── css
│ └── style.css
├── templates
│ └──
[element]
.html.twig
├──
[themeName]
.info.yml
└──
[themeName]
.libraries.yml
Some of the other files/folders that may be installed:
├── config
├── fonts
├── images
├── js
├── composer.json
├──
[themeName]
.theme
------------------------------------------------
modules
themes
Introduction:
definition
see themes on your site
install/activate themes on your site
see also: theme management
site management
create frontpage
Updates and Upgrades:
upgrade to drupal-9 (703)
Basic Page Editing:
backups:
Making Site Backups:
Restoring from Site Backups:
The Backup and Migrate module
simplifies the task of backing up and restoring Drupal databases or copying databases from one Drupal site to another.
https://www.drupal.org/project/backup_migrate
.
theme management
Find a different theme
create themes
edit themes
ref: 697 - HTML Notes
698 - HTML style
311 - CSS
415 - CSS examples
630 - rule selectors
699 - javascript
eof